home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / WINDOWS / SSAPI11.ZIP / SSTEST.ZIP / SSTESDLG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-26  |  1.6 KB  |  67 lines

  1. /******************************************************************************\
  2. *
  3. * (C) Copyright 1996 by Shetef Solutions Ltd.
  4. *
  5. * Address:
  6. *        Shetef Solutions Ltd.
  7. *        P. O. Box 7938
  8. *        Haifa 31078
  9. *        ISRAEL
  10. *
  11. * Email :     Support@shetef.com
  12. * WWW:        http://www.shetef.com
  13. * Tel:        +972-4-8260064
  14. * Fax:        +972-6-271210
  15. *
  16. \******************************************************************************/
  17. // sstesdlg.h : header file
  18. //
  19.  
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CSstestDlg dialog
  22.  
  23. class CSstestDlg : public CDialog
  24. {
  25. // Construction
  26. public:
  27.     CSstestDlg(CWnd* pParent = NULL);    // standard constructor
  28.  
  29. // Dialog Data
  30.     //{{AFX_DATA(CSstestDlg)
  31.     enum { IDD = IDD_SSTEST_DIALOG };
  32.         // NOTE: the ClassWizard will add data members here
  33.     //}}AFX_DATA
  34.  
  35.     // ClassWizard generated virtual function overrides
  36.     //{{AFX_VIRTUAL(CSstestDlg)
  37.     protected:
  38.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  39.     //}}AFX_VIRTUAL
  40.  
  41. // Implementation
  42. protected:
  43.     HICON m_hIcon;
  44.  
  45.     // Generated message map functions
  46.     //{{AFX_MSG(CSstestDlg)
  47.     virtual BOOL OnInitDialog();
  48.     afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  49.     afx_msg void OnPaint();
  50.     afx_msg HCURSOR OnQueryDragIcon();
  51.     afx_msg void OnDisable();
  52.     afx_msg void OnEnable();
  53.     afx_msg void OnFix();
  54.     afx_msg void OnHide();
  55.     afx_msg void OnNoaccess();
  56.     afx_msg void OnReadonly();
  57.     afx_msg void OnReset();
  58.     afx_msg void OnSafe();
  59.     afx_msg void OnSsinit();
  60.     afx_msg void OnSsterminate();
  61.     afx_msg void OnUnfix();
  62.     virtual void OnOK();
  63.     afx_msg void OnClose();
  64.     //}}AFX_MSG
  65.     DECLARE_MESSAGE_MAP()
  66. };
  67.